notebook: flip the render order
authorCosimo Cecchi <cosimoc@gnome.org>
Sat, 5 Mar 2011 08:01:44 +0000 (03:01 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 7 Mar 2011 05:49:14 +0000 (00:49 -0500)
commita3b3c91001840908891c1954a35c6892ca569e6e
tree0061b6d140fd818d82db887dad9c4706d0ee3f51
parenta54ca77fb7aa159ec8c1d50db3c5c608fe9c27d3
notebook: flip the render order

The render order for tabs is now

- left to right until the active tab
- right to left until the active tab
- active tab

This allows themes that use non-straight lines for the tab curvature to
draw them not worrying about flipping one side after the active tab.
gtk/gtknotebook.c